From: Henrik Enberg Date: Thu, 9 Mar 2006 02:14:55 +0000 (+0000) Subject: (rmail-narrow-to-header): Don't end error message with a period. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~21 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a92f8b22ac337842f8c2381eae5c7161c55d792c;p=emacs.git (rmail-narrow-to-header): Don't end error message with a period. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index bb719ea508b..39465bbc485 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -2250,7 +2250,7 @@ or forward if N is negative." (widen) (goto-char start) (unless (search-forward "\n\n" end t) - (error "Invalid message format.")) + (error "Invalid message format")) (narrow-to-region start (point))))) (defun rmail-message-recipients-p (msg recipients &optional primary-only)